翻译自In WPF, how to debug triggers? 本来不想发的,但搜索了一下国内好像没人写这个,so....... 效果如图 工作原理 使用附加属性将虚拟动画storyboards添加到触发器 激活WPF动画跟踪并将结果过滤到仅包含storyboards TriggerTracin ...
问题背景:windows 命令窗输入 adb devices -l 或者 adb devices 报error:protocol fault或error:device not found手机驱动有问题 解决方案一: windows:任务管理器, 看到adb的进程, 关闭掉, 然后重新启动 adb s ...
分类:
移动开发 时间:
2020-12-11 11:59:50
阅读次数:
6
一、FastDFS基本概念及基本原理1.什么是FastDFS FastDFS是用C语言编写的一款开源的分布式文件系统。FastDFS为互联网量身定制,充分考虑了冗余备份、负载均衡、线性扩容等机制,并注重高可用、高性能等指标,使用FastDFS很容易搭建一套高性能的文件服务器集群提供文件上传、下载等服务。主要功能包括文件存储、文件同步、文件访问(上传、下载)、存取负载均衡、在线扩容、相同内容只存储
分类:
其他好文 时间:
2020-12-10 11:04:10
阅读次数:
3
2019-11-25 by BOBtm 英文报错信息为:“Could not initialize plugin ‘/usr/lib64/vmware/plugin/libnvidia-vgx.so’ for vGPU “profile_name”” NVIDIA官方解释: https://docs ...
分类:
系统相关 时间:
2020-12-10 10:49:12
阅读次数:
6
再向自定义注解添加元注解时,遇到一个错误 Annotations are not allowed here 排除写错和导入单元测试和Maven依赖的问题,百度一下并没有找到解决的办法,于是Google搜索一下,在SO上找到解决办法 意思就是说,在注解后面添加了“;”号导致的,一看自己的代码确实是这 ...
分类:
其他好文 时间:
2020-12-02 12:40:44
阅读次数:
5
问题1 错误提示:cloudera-scm-agent 已死,但 pid 文件仍存解决办法: [root@node1 ~]# cd /var/run/ [root@node1 run]# rm -rf cloudera-scm-agent.pid 1 2 问题2 错误提示: error: No so ...
分类:
其他好文 时间:
2020-12-01 11:54:53
阅读次数:
1
出现的错误为: Multiple annotations found at this line:- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plu ...
分类:
其他好文 时间:
2020-11-30 15:21:50
阅读次数:
4
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36
xdebug 原理 : php 服务器为 client , phpstom 为调试服务器 获取php对应的xdebug 版本: https://xdebug.org/wizard php.ini 配置: zend_extension=xdebug.so xdebug.remote_enable=1 ...
分类:
Web程序 时间:
2020-11-27 11:05:40
阅读次数:
12
TensorFlow 每次运行的时候都会弹出类似下面的调度信息 I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally I tensorflow/str ...
分类:
其他好文 时间:
2020-11-26 14:32:40
阅读次数:
6